home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGNEWPROJECT / TDLGNEWPROJECT.txt
Text File  |  2004-12-09  |  23KB  |  877 lines

  1. object dlgNewProject: TdlgNewProject
  2.   Left = 706
  3.   Top = 231
  4.   HelpContext = 501
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'New Slideshow Project Wizard'
  8.   ClientHeight = 385
  9.   ClientWidth = 416
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = Formshow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pgcNewProject: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 416
  27.     Height = 385
  28.     ActivePage = tab3
  29.     Align = alClient
  30.     MultiLine = True
  31.     Style = tsButtons
  32.     TabOrder = 0
  33.     OnChange = pgcNewProjectChange
  34.     object tab1: TTabSheet
  35.       Caption = 'tab1'
  36.       ImageIndex = 4
  37.       OnShow = tab1Show
  38.       object Bevel7: TBevel
  39.         Left = 8
  40.         Top = 34
  41.         Width = 393
  42.         Height = 9
  43.         Shape = bsTopLine
  44.       end
  45.       object Label6: TLabel
  46.         Left = 16
  47.         Top = 52
  48.         Width = 369
  49.         Height = 37
  50.         AutoSize = False
  51.         Caption = 
  52.           'This wizard will guide you through the main steps in creating a ' +
  53.           'new slideshow from images and/or video files'
  54.         WordWrap = True
  55.       end
  56.       object Bevel8: TBevel
  57.         Left = 8
  58.         Top = 314
  59.         Width = 393
  60.         Height = 9
  61.         Shape = bsTopLine
  62.       end
  63.       object Label12: TLabel
  64.         Left = 16
  65.         Top = 107
  66.         Width = 82
  67.         Height = 13
  68.         Caption = 'Slideshow Name:'
  69.         Font.Charset = DEFAULT_CHARSET
  70.         Font.Color = clWindowText
  71.         Font.Height = -11
  72.         Font.Name = 'MS Sans Serif'
  73.         Font.Style = []
  74.         ParentFont = False
  75.       end
  76.       object Label5: TLabel
  77.         Left = 8
  78.         Top = 4
  79.         Width = 283
  80.         Height = 24
  81.         Caption = 'Create New Slideshow Project'
  82.         Font.Charset = DEFAULT_CHARSET
  83.         Font.Color = clWindowText
  84.         Font.Height = -19
  85.         Font.Name = 'MS Sans Serif'
  86.         Font.Style = [fsBold]
  87.         ParentFont = False
  88.       end
  89.       object Label7: TLabel
  90.         Left = 16
  91.         Top = 143
  92.         Width = 72
  93.         Height = 13
  94.         Caption = 'Save to Folder:'
  95.         Font.Charset = DEFAULT_CHARSET
  96.         Font.Color = clWindowText
  97.         Font.Height = -11
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = []
  100.         ParentFont = False
  101.       end
  102.       object btnCancel1: TsitBitBtn
  103.         Left = 230
  104.         Top = 324
  105.         Width = 83
  106.         Height = 25
  107.         Cancel = True
  108.         Caption = 'Cancel'
  109.         ModalResult = 2
  110.         TabOrder = 5
  111.         Images = frmMain.ImageList1
  112.         ImageIndex = 1
  113.       end
  114.       object btnHelp1: TsitBitBtn
  115.         Left = 318
  116.         Top = 324
  117.         Width = 83
  118.         Height = 25
  119.         Caption = 'Help'
  120.         TabOrder = 6
  121.         OnClick = btnhelpClick
  122.         Images = frmMain.ImageList1
  123.         ImageIndex = 2
  124.       end
  125.       object btnNext1: TsitBitBtn
  126.         Left = 142
  127.         Top = 324
  128.         Width = 83
  129.         Height = 25
  130.         Caption = 'Next'
  131.         Default = True
  132.         TabOrder = 4
  133.         OnClick = btnNext1Click
  134.         Images = frmMain.ImageList1
  135.         ImageIndex = 12
  136.       end
  137.       object edtSSName: TEdit
  138.         Left = 105
  139.         Top = 104
  140.         Width = 281
  141.         Height = 21
  142.         Hint = 
  143.           'Specify a name for your slideshow.  It will be used as a filenam' +
  144.           'e and as the default text for title pages'
  145.         TabOrder = 0
  146.         Text = 'My Slideshow'
  147.       end
  148.       object edtSSFolder: TEdit
  149.         Left = 105
  150.         Top = 140
  151.         Width = 281
  152.         Height = 21
  153.         Hint = 'This is the folder where the project file will be saved to'
  154.         TabStop = False
  155.         TabOrder = 1
  156.       end
  157.       object btnBrowseWork: TsitBitBtn
  158.         Left = 306
  159.         Top = 171
  160.         Width = 80
  161.         Height = 25
  162.         Hint = 'Specify the folder to save your project to'
  163.         Caption = 'Browse...'
  164.         TabOrder = 2
  165.         OnClick = btnBrowseWorkClick
  166.         Images = frmMain.ImageList1
  167.         ImageIndex = 8
  168.       end
  169.       object chkSkipWizard: TCheckBox
  170.         Left = 24
  171.         Top = 280
  172.         Width = 353
  173.         Height = 17
  174.         Hint = 
  175.           'If you wish to start editing the new project immediately (withou' +
  176.           't using this wizard) then check this option and click "OK"'
  177.         Caption = 'Skip this Wizard.  I will create the slideshow myself'
  178.         TabOrder = 3
  179.         OnClick = chkSkipWizardClick
  180.       end
  181.     end
  182.     object tab2: TTabSheet
  183.       Caption = 'tab2'
  184.       object Bevel1: TBevel
  185.         Left = 8
  186.         Top = 314
  187.         Width = 393
  188.         Height = 9
  189.         Shape = bsTopLine
  190.       end
  191.       object Label20: TLabel
  192.         Left = 16
  193.         Top = 52
  194.         Width = 370
  195.         Height = 13
  196.         Caption = 
  197.           'Please specify your source for the videos and/or images to add t' +
  198.           'o your project:'
  199.         Font.Charset = DEFAULT_CHARSET
  200.         Font.Color = clWindowText
  201.         Font.Height = -11
  202.         Font.Name = 'MS Sans Serif'
  203.         Font.Style = []
  204.         ParentFont = False
  205.       end
  206.       object Bevel2: TBevel
  207.         Left = 8
  208.         Top = 34
  209.         Width = 393
  210.         Height = 9
  211.         Shape = bsTopLine
  212.       end
  213.       object Label1: TLabel
  214.         Left = 8
  215.         Top = 4
  216.         Width = 224
  217.         Height = 24
  218.         Caption = 'Add Images and Videos'
  219.         Font.Charset = DEFAULT_CHARSET
  220.         Font.Color = clWindowText
  221.         Font.Height = -19
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = [fsBold]
  224.         ParentFont = False
  225.       end
  226.       object Label3: TLabel
  227.         Left = 48
  228.         Top = 104
  229.         Width = 337
  230.         Height = 33
  231.         AutoSize = False
  232.         Caption = 
  233.           'You will be prompted to select a folder from your computer and c' +
  234.           'hoose the images to add from it'
  235.         WordWrap = True
  236.       end
  237.       object Label11: TLabel
  238.         Left = 48
  239.         Top = 176
  240.         Width = 337
  241.         Height = 33
  242.         AutoSize = False
  243.         Caption = 
  244.           'DVD PixPlay will display all connected cameras and scanners and ' +
  245.           'allow you to retrieve the images from the device'
  246.         WordWrap = True
  247.       end
  248.       object Label15: TLabel
  249.         Left = 48
  250.         Top = 248
  251.         Width = 337
  252.         Height = 33
  253.         AutoSize = False
  254.         Caption = 
  255.           'You will need to add images and videos from the main DVD PixPlay' +
  256.           ' interface'
  257.         WordWrap = True
  258.       end
  259.       object btnHelp2: TsitBitBtn
  260.         Left = 318
  261.         Top = 324
  262.         Width = 83
  263.         Height = 25
  264.         Caption = 'Help'
  265.         TabOrder = 6
  266.         OnClick = btnhelpClick
  267.         Images = frmMain.ImageList1
  268.         ImageIndex = 2
  269.       end
  270.       object btnNext2: TsitBitBtn
  271.         Left = 142
  272.         Top = 324
  273.         Width = 83
  274.         Height = 25
  275.         Caption = 'Next'
  276.         Default = True
  277.         TabOrder = 4
  278.         OnClick = btnNext2Click
  279.         Images = frmMain.ImageList1
  280.         ImageIndex = 12
  281.       end
  282.       object btnCancel2: TsitBitBtn
  283.         Left = 230
  284.         Top = 324
  285.         Width = 83
  286.         Height = 25
  287.         Cancel = True
  288.         Caption = 'Cancel'
  289.         ModalResult = 2
  290.         TabOrder = 5
  291.         Images = frmMain.ImageList1
  292.         ImageIndex = 1
  293.       end
  294.       object btnPrev2: TsitBitBtn
  295.         Tag = -1
  296.         Left = 54
  297.         Top = 324
  298.         Width = 83
  299.         Height = 25
  300.         Caption = 'Previous'
  301.         TabOrder = 3
  302.         OnClick = btnPrev2Click
  303.         Images = frmMain.ImageList1
  304.         ImageIndex = 11
  305.       end
  306.       object rdbImagesFromFolder: TRadioButton
  307.         Left = 24
  308.         Top = 80
  309.         Width = 361
  310.         Height = 17
  311.         Caption = 'Retrieve images/videos from a folder on my computer'
  312.         Checked = True
  313.         Font.Charset = DEFAULT_CHARSET
  314.         Font.Color = clWindowText
  315.         Font.Height = -11
  316.         Font.Name = 'MS Sans Serif'
  317.         Font.Style = [fsBold]
  318.         ParentFont = False
  319.         TabOrder = 0
  320.         TabStop = True
  321.       end
  322.       object rdbImagesFromCamera: TRadioButton
  323.         Left = 24
  324.         Top = 152
  325.         Width = 361
  326.         Height = 17
  327.         Caption = 'Retrieve images from a camera or scanner'
  328.         Font.Charset = DEFAULT_CHARSET
  329.         Font.Color = clWindowText
  330.         Font.Height = -11
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = [fsBold]
  333.         ParentFont = False
  334.         TabOrder = 1
  335.       end
  336.       object rdbImagesFromNowhere: TRadioButton
  337.         Left = 24
  338.         Top = 224
  339.         Width = 361
  340.         Height = 17
  341.         Caption = 'Do not add any files to my project at this time'
  342.         Font.Charset = DEFAULT_CHARSET
  343.         Font.Color = clWindowText
  344.         Font.Height = -11
  345.         Font.Name = 'MS Sans Serif'
  346.         Font.Style = [fsBold]
  347.         ParentFont = False
  348.         TabOrder = 2
  349.       end
  350.     end
  351.     object tab3: TTabSheet
  352.       Caption = 'tab3'
  353.       OnShow = tab3Show
  354.       object Label21: TLabel
  355.         Left = 8
  356.         Top = 4
  357.         Width = 289
  358.         Height = 24
  359.         Caption = 'Add More Images and Videos?'
  360.         Font.Charset = DEFAULT_CHARSET
  361.         Font.Color = clWindowText
  362.         Font.Height = -19
  363.         Font.Name = 'MS Sans Serif'
  364.         Font.Style = [fsBold]
  365.         ParentFont = False
  366.       end
  367.       object Bevel3: TBevel
  368.         Left = 8
  369.         Top = 34
  370.         Width = 393
  371.         Height = 9
  372.         Shape = bsTopLine
  373.       end
  374.       object lblFileCount: TLabel
  375.         Left = 16
  376.         Top = 52
  377.         Width = 377
  378.         Height = 21
  379.         AutoSize = False
  380.         Caption = 'Your project contains x images and y video files.'
  381.         Font.Charset = DEFAULT_CHARSET
  382.         Font.Color = clWindowText
  383.         Font.Height = -11
  384.         Font.Name = 'MS Sans Serif'
  385.         Font.Style = []
  386.         ParentFont = False
  387.         WordWrap = True
  388.       end
  389.       object Bevel4: TBevel
  390.         Left = 8
  391.         Top = 314
  392.         Width = 393
  393.         Height = 9
  394.         Shape = bsTopLine
  395.       end
  396.       object lblImageDisplayTimeH: TLabel
  397.         Left = 16
  398.         Top = 155
  399.         Width = 276
  400.         Height = 13
  401.         Caption = 'How long should each of your image files be displayed for?'
  402.       end
  403.       object Label16: TLabel
  404.         Left = 67
  405.         Top = 79
  406.         Width = 220
  407.         Height = 13
  408.         Caption = 'to add more images and videos to your project '
  409.         Font.Charset = DEFAULT_CHARSET
  410.         Font.Color = clWindowText
  411.         Font.Height = -11
  412.         Font.Name = 'MS Sans Serif'
  413.         Font.Style = []
  414.         ParentFont = False
  415.       end
  416.       object lblImageDisplayTime: TLabel
  417.         Left = 40
  418.         Top = 186
  419.         Width = 227
  420.         Height = 13
  421.         Caption = 'Default Image Display Time:                       (sec.)'
  422.       end
  423.       object lblFolderCount: TLabel
  424.         Left = 40
  425.         Top = 220
  426.         Width = 121
  427.         Height = 13
  428.         Caption = 'Total Slideshow Duration:'
  429.       end
  430.       object lblSlideshowTime: TLabel
  431.         Left = 180
  432.         Top = 220
  433.         Width = 81
  434.         Height = 13
  435.         Caption = 'lblSlideshowTime'
  436.       end
  437.       object btnPrev3: TsitBitBtn
  438.         Tag = -1
  439.         Left = 54
  440.         Top = 324
  441.         Width = 83
  442.         Height = 25
  443.         Caption = 'Previous'
  444.         TabOrder = 2
  445.         OnClick = PreviousClick
  446.         Images = frmMain.ImageList1
  447.         ImageIndex = 11
  448.       end
  449.       object btnNext3: TsitBitBtn
  450.         Left = 142
  451.         Top = 324
  452.         Width = 83
  453.         Height = 25
  454.         Caption = 'Next'
  455.         Default = True
  456.         TabOrder = 3
  457.         OnClick = btnNext3Click
  458.         Images = frmMain.ImageList1
  459.         ImageIndex = 12
  460.       end
  461.       object btnHelp3: TsitBitBtn
  462.         Left = 318
  463.         Top = 324
  464.         Width = 83
  465.         Height = 25
  466.         Caption = 'Help'
  467.         TabOrder = 5
  468.         OnClick = btnhelpClick
  469.         Images = frmMain.ImageList1
  470.         ImageIndex = 2
  471.       end
  472.       object btnCancel3: TsitBitBtn
  473.         Left = 230
  474.         Top = 324
  475.         Width = 83
  476.         Height = 25
  477.         Cancel = True
  478.         Caption = 'Cancel'
  479.         ModalResult = 2
  480.         TabOrder = 4
  481.         Images = frmMain.ImageList1
  482.         ImageIndex = 1
  483.       end
  484.       object lnkMoreImages: TLinkLabel
  485.         Left = 16
  486.         Top = 79
  487.         Width = 51
  488.         Height = 17
  489.         Cursor = crHandPoint
  490.         Hint = 
  491.           'Return to the previous step to add more images and/or videos to ' +
  492.           'the slideshow'
  493.         Caption = 'Click here'
  494.         Font.Charset = DEFAULT_CHARSET
  495.         Font.Color = clBlue
  496.         Font.Height = -11
  497.         Font.Name = 'MS Sans Serif'
  498.         Font.Style = [fsUnderline]
  499.         ParentFont = False
  500.         TabOrder = 0
  501.         OnClick = PreviousClick
  502.       end
  503.       object spnImageDisplayTime: TSpinEdit
  504.         Left = 180
  505.         Top = 182
  506.         Width = 57
  507.         Height = 22
  508.         Hint = 
  509.           'The number of seconds each image is displayed before flipping to' +
  510.           ' the next one'
  511.         MaxValue = 10000
  512.         MinValue = 1
  513.         TabOrder = 1
  514.         Value = 5
  515.         OnChange = spnImageDisplayTimeChange
  516.       end
  517.     end
  518.     object tab4: TTabSheet
  519.       Caption = 'tab4'
  520.       object Bevel5: TBevel
  521.         Left = 8
  522.         Top = 34
  523.         Width = 393
  524.         Height = 9
  525.         Shape = bsTopLine
  526.       end
  527.       object Bevel6: TBevel
  528.         Left = 8
  529.         Top = 314
  530.         Width = 393
  531.         Height = 9
  532.         Shape = bsTopLine
  533.       end
  534.       object Label2: TLabel
  535.         Left = 8
  536.         Top = 4
  537.         Width = 148
  538.         Height = 24
  539.         Caption = 'Slideshow Style'
  540.         Font.Charset = DEFAULT_CHARSET
  541.         Font.Color = clWindowText
  542.         Font.Height = -19
  543.         Font.Name = 'MS Sans Serif'
  544.         Font.Style = [fsBold]
  545.         ParentFont = False
  546.       end
  547.       object lblFolderHeading: TLabel
  548.         Left = 16
  549.         Top = 52
  550.         Width = 281
  551.         Height = 13
  552.         Caption = 'Specify other settings to adjust the styling of your slideshow:'
  553.         Font.Charset = DEFAULT_CHARSET
  554.         Font.Color = clWindowText
  555.         Font.Height = -11
  556.         Font.Name = 'MS Sans Serif'
  557.         Font.Style = []
  558.         ParentFont = False
  559.       end
  560.       object Label4: TLabel
  561.         Left = 24
  562.         Top = 84
  563.         Width = 77
  564.         Height = 13
  565.         Caption = 'Title Page Style:'
  566.       end
  567.       object btnPrev4: TsitBitBtn
  568.         Tag = -1
  569.         Left = 54
  570.         Top = 324
  571.         Width = 83
  572.         Height = 25
  573.         Caption = 'Previous'
  574.         TabOrder = 7
  575.         OnClick = PreviousClick
  576.         Images = frmMain.ImageList1
  577.         ImageIndex = 11
  578.       end
  579.       object btnNext4: TsitBitBtn
  580.         Left = 142
  581.         Top = 324
  582.         Width = 83
  583.         Height = 25
  584.         Caption = 'Next'
  585.         Default = True
  586.         TabOrder = 8
  587.         OnClick = btnNext4Click
  588.         Images = frmMain.ImageList1
  589.         ImageIndex = 12
  590.       end
  591.       object btnHelp4: TsitBitBtn
  592.         Left = 318
  593.         Top = 324
  594.         Width = 83
  595.         Height = 25
  596.         Caption = 'Help'
  597.         TabOrder = 10
  598.         OnClick = btnhelpClick
  599.         Images = frmMain.ImageList1
  600.         ImageIndex = 2
  601.       end
  602.       object btnCancel4: TsitBitBtn
  603.         Left = 230
  604.         Top = 324
  605.         Width = 83
  606.         Height = 25
  607.         Cancel = True
  608.         Caption = 'Cancel'
  609.         ModalResult = 2
  610.         TabOrder = 9
  611.         Images = frmMain.ImageList1
  612.         ImageIndex = 1
  613.       end
  614.       object btnAddTitlePage: TsitBitBtn
  615.         Left = 265
  616.         Top = 182
  617.         Width = 127
  618.         Height = 27
  619.         Hint = 'Edit the style of the title page that is added'
  620.         Caption = 'Edit Title Page...'
  621.         ParentShowHint = False
  622.         ShowHint = True
  623.         TabOrder = 2
  624.         OnClick = btnAddTitlePageClick
  625.         Images = frmMain.ilstButtons16
  626.         ImageIndex = 16
  627.       end
  628.       object chkTransitions: TCheckBox
  629.         Left = 24
  630.         Top = 232
  631.         Width = 233
  632.         Height = 17
  633.         Hint = 
  634.           'Transition effects enhance the styling of your slideshow by disp' +
  635.           'laying an effect as one image changes to the next'
  636.         Caption = 'Display transition effects as images change'
  637.         Checked = True
  638.         State = cbChecked
  639.         TabOrder = 3
  640.         OnClick = chkTransitionsClick
  641.       end
  642.       object btnTransitions: TsitBitBtn
  643.         Left = 265
  644.         Top = 227
  645.         Width = 127
  646.         Height = 27
  647.         Hint = 'Select the effects that can be used in this project'
  648.         Caption = 'Select Transitions...'
  649.         ParentShowHint = False
  650.         ShowHint = True
  651.         TabOrder = 4
  652.         OnClick = btnTransitionsClick
  653.         Images = frmMain.ilstButtons16
  654.         ImageIndex = 45
  655.       end
  656.       object chkBackgroundMusic: TCheckBox
  657.         Left = 24
  658.         Top = 276
  659.         Width = 233
  660.         Height = 17
  661.         Hint = 
  662.           'Specifies that background music track will be added to the slide' +
  663.           'show, otherwise it will be silent'
  664.         Caption = 'Play background music during slideshow'
  665.         Checked = True
  666.         State = cbChecked
  667.         TabOrder = 5
  668.         OnClick = chkBackgroundMusicClick
  669.       end
  670.       object btnBackgroundMusic: TsitBitBtn
  671.         Left = 265
  672.         Top = 271
  673.         Width = 127
  674.         Height = 27
  675.         Hint = 
  676.           'Select the sound files that will be played while the slideshow i' +
  677.           's displayed'
  678.         Caption = 'Select Sound Files...'
  679.         ParentShowHint = False
  680.         ShowHint = True
  681.         TabOrder = 6
  682.         OnClick = btnBackgroundMusicClick
  683.         Images = frmMain.ilstButtons16
  684.         ImageIndex = 25
  685.       end
  686.       object cmbTitlePage: TComboBox
  687.         Left = 109
  688.         Top = 80
  689.         Width = 151
  690.         Height = 21
  691.         Hint = 
  692.           'Inserts a page of the specified style at the start of the projec' +
  693.           't stating the name of the slideshow'
  694.         Style = csDropDownList
  695.         ItemHeight = 0
  696.         TabOrder = 0
  697.         OnChange = cmbTitlePageChange
  698.       end
  699.       object Panel1: TPanel
  700.         Left = 117
  701.         Top = 107
  702.         Width = 135
  703.         Height = 102
  704.         BevelOuter = bvNone
  705.         BorderWidth = 1
  706.         Caption = 'Panel1'
  707.         Color = cl3DDkShadow
  708.         TabOrder = 1
  709.         object iePreview: TImageEnView
  710.           Left = 1
  711.           Top = 1
  712.           Width = 133
  713.           Height = 100
  714.           ParentCtl3D = False
  715.           BorderStyle = bsNone
  716.           ScrollBars = ssNone
  717.           Align = alClient
  718.           TabOrder = 0
  719.         end
  720.       end
  721.     end
  722.     object tab5: TTabSheet
  723.       Caption = 'tab5'
  724.       ImageIndex = 4
  725.       OnShow = tab5Show
  726.       object Bevel9: TBevel
  727.         Left = 8
  728.         Top = 314
  729.         Width = 393
  730.         Height = 9
  731.         Shape = bsTopLine
  732.       end
  733.       object Bevel10: TBevel
  734.         Left = 8
  735.         Top = 34
  736.         Width = 393
  737.         Height = 9
  738.         Shape = bsTopLine
  739.       end
  740.       object Label9: TLabel
  741.         Left = 8
  742.         Top = 4
  743.         Width = 233
  744.         Height = 24
  745.         Caption = 'Your Slideshow is Ready'
  746.         Font.Charset = DEFAULT_CHARSET
  747.         Font.Color = clWindowText
  748.         Font.Height = -19
  749.         Font.Name = 'MS Sans Serif'
  750.         Font.Style = [fsBold]
  751.         ParentFont = False
  752.       end
  753.       object Label10: TLabel
  754.         Left = 16
  755.         Top = 52
  756.         Width = 318
  757.         Height = 13
  758.         Caption = 'Your slideshow has been created.  What would you like to do now?'
  759.         Font.Charset = DEFAULT_CHARSET
  760.         Font.Color = clWindowText
  761.         Font.Height = -11
  762.         Font.Name = 'MS Sans Serif'
  763.         Font.Style = []
  764.         ParentFont = False
  765.       end
  766.       object Label13: TLabel
  767.         Left = 48
  768.         Top = 112
  769.         Width = 337
  770.         Height = 65
  771.         AutoSize = False
  772.         Caption = 
  773.           'You will be returned to the main DVD PixPlay interface where you' +
  774.           ' can re-order your images and choose custom display times and tr' +
  775.           'ansitions.  You can burn your slideshow later by selecting "File' +
  776.           '>Create Slideshow CD" from the main menu'
  777.         WordWrap = True
  778.       end
  779.       object lblBurnSlideshow: TLabel
  780.         Left = 48
  781.         Top = 212
  782.         Width = 337
  783.         Height = 65
  784.         AutoSize = False
  785.         Caption = 
  786.           'The Create CD wizard will be displayed so you can burn your slid' +
  787.           'eshow directly to disc'
  788.         WordWrap = True
  789.       end
  790.       object btnPrev5: TsitBitBtn
  791.         Tag = -1
  792.         Left = 54
  793.         Top = 324
  794.         Width = 83
  795.         Height = 25
  796.         Caption = 'Previous'
  797.         TabOrder = 2
  798.         OnClick = btnPrev5Click
  799.         Images = frmMain.ImageList1
  800.         ImageIndex = 11
  801.       end
  802.       object btnFinish: TsitBitBtn
  803.         Left = 142
  804.         Top = 324
  805.         Width = 83
  806.         Height = 25
  807.         Caption = 'Finish'
  808.         Default = True
  809.         TabOrder = 3
  810.         OnClick = btnFinishClick
  811.         Images = frmMain.ImageList1
  812.         ImageIndex = 0
  813.       end
  814.       object btnCancel5: TsitBitBtn
  815.         Left = 230
  816.         Top = 324
  817.         Width = 83
  818.         Height = 25
  819.         Cancel = True
  820.         Caption = 'Cancel'
  821.         ModalResult = 2
  822.         TabOrder = 4
  823.         Images = frmMain.ImageList1
  824.         ImageIndex = 1
  825.       end
  826.       object btnHelp5: TsitBitBtn
  827.         Left = 318
  828.         Top = 324
  829.         Width = 83
  830.         Height = 25
  831.         Caption = 'Help'
  832.         TabOrder = 5
  833.         OnClick = btnhelpClick
  834.         Images = frmMain.ImageList1
  835.         ImageIndex = 2
  836.       end
  837.       object rdbEditSlideshow: TRadioButton
  838.         Left = 24
  839.         Top = 88
  840.         Width = 369
  841.         Height = 17
  842.         Caption = 'Edit the slideshow project further'
  843.         Checked = True
  844.         Font.Charset = DEFAULT_CHARSET
  845.         Font.Color = clWindowText
  846.         Font.Height = -11
  847.         Font.Name = 'MS Sans Serif'
  848.         Font.Style = [fsBold]
  849.         ParentFont = False
  850.         TabOrder = 0
  851.         TabStop = True
  852.       end
  853.       object rdbBurnSlideshow: TRadioButton
  854.         Left = 24
  855.         Top = 188
  856.         Width = 361
  857.         Height = 17
  858.         Caption = 'Burn the slideshow project to disc'
  859.         Font.Charset = DEFAULT_CHARSET
  860.         Font.Color = clWindowText
  861.         Font.Height = -11
  862.         Font.Name = 'MS Sans Serif'
  863.         Font.Style = [fsBold]
  864.         ParentFont = False
  865.         TabOrder = 1
  866.       end
  867.     end
  868.   end
  869.   object BrowseFolder1: TBrowseFolder
  870.     Title = 'Folder for DVD PixPlay Files'
  871.     Flags = [bfFileSysDirsOnly, bfStatusText]
  872.     ShowPathInStatusArea = False
  873.     SyncCustomButton = False
  874.     Left = 380
  875.   end
  876. end
  877.